home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TeX 1995 July
/
TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO
/
dviware
/
xdvi-dos
/
src
/
fontfmts.c
< prev
next >
Wrap
C/C++ Source or Header
|
1992-10-21
|
270b
|
22 lines
#include "xdvi.h"
#ifndef X_NOT_STDC_ENV
#include <stdlib.h>
#endif
/***
*** Font reading routines are read into this file.
***/
#ifdef USE_PK
#include "pk.c"
#endif
#ifdef USE_GF
#include "gf.c"
#endif
#ifdef USE_PXL
#include "pxl.c"
#endif